github.com/golang/protobuf/proto.token.line (field)

4 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L78: 	line     int    // line number
		text_decode.go#L87: 	p.cur.line = 1
		text_decode.go#L535: 	pe := &ParseError{fmt.Sprintf(format, a...), p.cur.line, p.cur.offset}
		text_decode.go#L574: 	p.cur.offset, p.cur.line = p.offset, p.line